home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Widget Wizard.dir / WidgtBehaviors_19_nothingBehav.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  94 b   |  9 lines

  1. on mouseUp
  2.   nothing()
  3. end
  4.  
  5. on getAssocMembers
  6.   set myPropList to []
  7.   return myPropList
  8. end
  9.